HorizontalPosition Enumeration
Represents the horizontal alignment of a frame in relation to a specific area for documents with a text.
Namespace: Independentsoft.Office.Odf.StylesAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
public enum HorizontalPosition
Public Enumeration HorizontalPosition
| Left | 0 |
Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
|
| Center | 1 |
Horizontal alignment of a frame should be centered in relation to a specific area for documents within a text.
|
| Right | 2 |
Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
|
| FromLeft | 3 |
Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an odd page number within a text.
|
| Inside | 4 |
Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
|
| Outside | 5 |
Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
|
| FromInside | 6 |
Horizontal alignment of a frame should be centered in relation to a specific area for documents, on pages with an even page number within a text.
|
| None | 7 |
None.
|